home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
ctask22d
/
testmod.bc
< prev
next >
Wrap
Text File
|
1992-12-21
|
459b
|
21 lines
#
# --- Version 2.2 92-09-02 09:34 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: TESTMOD.ASM
#
# "model" is the memory model letter to use (all except Tiny & Huge).
#
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.asm.obj:
tasm /JM510 /w /w-pdc /mx $*
testmod.exe: testmod.obj $(ctlib).lib ctsuptc$(model).lib
tlink /m testmod,,,$(ctlib) ctsuptc$(model)
testmod.obj: testmod.asm tsk.mac